home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000186_jjpatteeuw@peoplepc.com_Sun Jun 30 13:53:41 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  103 lines

  1. Article: 13492 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!newsfeed.cwix.com!newsfeed1.cidera.com!Cidera!cyclone.socal.rr.com!cyclone3.kc.rr.com!news3.kc.rr.com!twister.columbus.rr.com.POSTED!not-for-mail
  3. Message-ID: <3D1F3AFE.FC0D1092@peoplepc.com>
  4. From: Jack Patteeuw <jjpatteeuw@peoplepc.com>
  5. X-Mailer: Mozilla 4.79 [en] (Win98; U)
  6. X-Accept-Language: en
  7. MIME-Version: 1.0
  8. Newsgroups: comp.protocols.kermit.misc
  9. Subject: Re: REPEAT COUNTS
  10. References: <3D1DCAEE.18B634CC@peoplepc.com> <afkrr0$alp$1@watsol.cc.columbia.edu>
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. Lines: 81
  14. Date: Sun, 30 Jun 2002 17:06:12 GMT
  15. NNTP-Posting-Host: 24.208.250.56
  16. X-Complaints-To: abuse@rr.com
  17. X-Trace: twister.columbus.rr.com 1025456772 24.208.250.56 (Sun, 30 Jun 2002 13:06:12 EDT)
  18. NNTP-Posting-Date: Sun, 30 Jun 2002 13:06:12 EDT
  19. Organization: Road Runner High Speed Online -- Columbus
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13492
  21.  
  22. Frank da Cruz wrote:
  23. .
  24. .
  25. .
  26. > It's a byte-oriented variation of run-length encoding.  Simple but sometimes
  27. > remarkably effective.  Like everything else in Kermit, the user can control
  28. > it -- turn it on or off, choose the repeat-count prefix, etc, although there
  29. > is rarely a need to bother.  It's on by default.  
  30.  
  31. You guys keep making it easier and easier !!
  32.  
  33. Speaking of "High-Speed Kermit FIle Transfer", we have been doing some benchmarks
  34. and the defaults for C-Kermit 7.x and K95 2.x seem to have all of the "tricks"
  35. discussed in Chapter 12 turned on.  However, when downloading out test case
  36. (lptest 127 8192) from a VAX/VMS V7.2, STA /VERBOSE says it used 0 windows ?  Why
  37. ?  And is there anything we are missing to get maximum performance ?
  38.  
  39. C-Kermit>stat /verb
  40.  protocol               : Kermit
  41.  status                 : SUCCESS
  42.  remote system type     : Windows-32
  43.  files transferred      : 1
  44.  files not transferred  : 0
  45.  characters last file   : 1056769
  46.  total file characters  : 0
  47.  communication line in  : 33
  48.  communication line out : 34
  49.  packets sent           : 2
  50.  packets received       : 2
  51.  damaged packets rec'd  : 0
  52.  timeouts               : 0
  53.  retransmissions        : 0
  54.  parity                 : none
  55.  control characters     : 0 prefixed, 0 unprefixed
  56.  8th bit prefixing      : no
  57.  locking shifts         : no
  58.  window slots used      : 0 of 30
  59.  reliable:              : not negotiated
  60.  clearchannel:          : not negotiated
  61.  packet length          : 3999 (send), 4000 (receive)
  62.  compression            : yes [~] (0)
  63.  block check type used  : 1
  64.  elapsed time           : 00:04:47 (286.577 sec)
  65.  effective data rate    : 3687 cps
  66.  
  67.  
  68.  
  69.  
  70. K-95> stat /verb
  71.  protocol               : Kermit
  72.  status                 : SUCCESS
  73.  remote system type     : VMS
  74.  files transferred      : 1
  75.  files not transferred  : 0
  76.  characters last file   : 1056768
  77.  total file characters  : 1056768
  78.  communication line in  : 1097983
  79.  communication line out : 2336
  80.  packets sent           : 288
  81.  packets received       : 288
  82.  damaged packets rec'd  : 0
  83.  timeouts               : 0
  84.  retransmissions        : 0
  85.  parity                 : none
  86.  control characters     : 16384 prefixed, 0 unprefixed
  87.  8th bit prefixing      : no
  88.  locking shifts         : no
  89.  window slots used      : 1 of 30
  90.  reliable:              : not negotiated
  91.  clearchannel:          : not negotiated
  92.  packet length          : 3999 (send), 4000 (receive)
  93.  compression            : yes [~] (0)
  94.  block check type used  : 3
  95.  elapsed time           : 00:04:47 (286.582 sec)
  96.  transmission rate      : 57600 bps
  97.  effective data rate    : 3687 cps
  98.  
  99.  
  100. -- 
  101.  
  102. Jack Patteeuw
  103.